home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 4 / Mac Giga-ROM 4.0 - 1993.toast / FILES / HYP / H-I / HyperScrap.cpt / HyperScrap / background_5614.txt < prev    next >
Text File  |  1989-01-09  |  848b  |  43 lines

  1. -- background: 5614 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 4000
  4. -- background id: 0
  5. -- name: Graphics
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 00
  10. -- high flags: 0004
  11. -- rect: left=283 top=315 right=340 bottom=508
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 2
  16. -- text size: 18
  17. -- style flags: 0
  18. -- line height: 24
  19. -- part name: Graphic Name
  20.  
  21.  
  22. -- part 2 (button)
  23. -- low flags: 00
  24. -- high flags: 0000
  25. -- rect: left=0 top=20 right=313 bottom=511
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: Paste
  34. ----- HyperTalk script -----
  35. on mouseUp
  36.   choose lasso tool
  37.   doMenu "Select"
  38.   doMenu "Copy Picture"
  39.   pop card
  40.   doMenu "Paste Picture"
  41. end mouseUp
  42.  
  43.